home *** CD-ROM | disk | FTP | other *** search
/ Univers Interactif 3 / INTERACTIF.BIN / pc / planeten / internet / macpppco.sit / Open PPP < prev    next >
Text File  |  1994-03-07  |  310b  |  11 lines

  1. --
  2. --    This example script uses the MacPPP Control addition to open the PPP link.
  3. --    Running this script is identical to opening the MacPPP control panel and
  4. --    pressing the Open button.
  5. --
  6.  
  7. if not (PPPopened) then
  8.     openPPP
  9. else
  10.     display dialog "MacPPP is already open" buttons {"OK"} default button "OK"
  11. end if